configure account password-policy char-repeatNEW!

configure account [all | name] password-policy char-repeat [permit | deny]

Description

Requires that the same letters or numbers can't appear in succession in the passphrase.

Syntax Description

all Specifies all users (and future users).
name Specifies an account name.
char-repeat Specifies that the password contains the same letter or number twice in a row. For example, 'aa', '11'.
permit Specifies that repeated charaters are permitted (Default).
deny Specifies that repeated characters are not permitted.

Default

permit

Usage Guidelines

Special characters can still appear in succession.

Example

The following example requires all users to use this specified format for all passwords:

configure account all password-policy char-repeat deny

History

This command was first available in version 33.1.1.

Platform Availability

This command is available on all Universal switches supported in this document.